'Declaration
Public Overloads Sub AddLinkAnnotationInteractive( _ ByVal Text As String, _ ByVal Link As String, _ ByVal ForeColor As Integer, _ ByVal HoverForeColor As Integer, _ ByVal FontName As String, _ ByVal FontStyle As FontStyle, _ ByVal HoverFontStyle As FontStyle, _ ByVal Opacity As Single, _ ByVal Rotation As Single _ )
public void AddLinkAnnotationInteractive( string Text, string Link, int ForeColor, int HoverForeColor, string FontName, FontStyle FontStyle, FontStyle HoverFontStyle, float Opacity, float Rotation )
public procedure AddLinkAnnotationInteractive( Text: String; Link: String; ForeColor: Integer; HoverForeColor: Integer; FontName: String; FontStyle: FontStyle; HoverFontStyle: FontStyle; Opacity: Single; Rotation: Single );
public function AddLinkAnnotationInteractive( Text : String, Link : String, ForeColor : int, HoverForeColor : int, FontName : String, FontStyle : FontStyle, HoverFontStyle : FontStyle, Opacity : float, Rotation : float );
Parameters
- Text
- Link
- ForeColor
- HoverForeColor
- FontName
- FontStyle
- HoverFontStyle
- Opacity
- Rotation